home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / winm336.zip / WINMODEM.INF < prev    next >
INI File  |  1996-03-29  |  2KB  |  90 lines

  1. ; WINMODEM.INF
  2. ; Copyright 1995, U.S. Robotics Inc.
  3. ; This file is the master device information file for the Winmodem
  4. ; hardware installation.
  5.  
  6. ; Comment starting with semicolon should not be added at the end of a line.
  7.  
  8. [version]
  9. signature="$WINDOWS95$"
  10.  
  11. Class=Winmodem
  12. ; install hardware with both port and modem capabilities.                        
  13.  
  14. Provider=%USR%
  15. ; name of the hardware provider
  16.  
  17. [DestinationDirs]
  18. ClassInstall.CopyWin=11
  19. ; SYSTEM subdirectory
  20.  
  21. ComPort.CopyWin=11,winmodem.101
  22. ; SYSTEM\winmodem.101 subdirectory
  23.  
  24. [SourceDisksFiles]
  25. winmodem.exe=1
  26. ; Source disk : disk one
  27.  
  28. winmodem.drv=1
  29. ; Source disk : disk one
  30.  
  31. [SourceDisksNames]
  32. 1="U.S. Robotics Inc. Sportster Winmodem 33.6",DISK1,2345-16E8
  33. ; this is the install disk description
  34.  
  35. ;----------------------------------------------------------
  36. ; Install class "Winmodem"
  37. ; Windows will probably use these entries, because the USRProduct class
  38. ; is not installed.
  39.  
  40. [ClassInstall]
  41. CopyFiles=ClassInstall.CopyWin
  42. AddReg=PortsClass.AddReg
  43.  
  44. [ClassInstall.CopyWin]
  45. winmodem.cpl
  46. ; this file will be copied in the SYSTEM directory
  47.  
  48. [PortsClass.AddReg]
  49. HKR,,,,%PortsClassName%
  50. HKR,,Icon,,2
  51. HKR,,Installer,,winmodem.cpl
  52. HKR,,NoUseClass,,1
  53. HKR,,NoInstallClass,,1
  54. HKR,,NoDisplayClass,,1
  55. HKR,,SilentInstall,,1
  56.  
  57. ;----------------------------------------------------------
  58. ; Drivers
  59. ; Winmodem hardware declaration
  60.  
  61. [Manufacturer]
  62. %Std%=Std
  63.  
  64. [Std]
  65. %Winmodem.DeviceDesc% = ComPort
  66.  
  67. ;----------------------------------------------------------
  68. ; COM sections
  69.  
  70. [ComPort]
  71. CopyFiles=ComPort.CopyWin
  72. ; copy Winmodem files
  73.  
  74. Restart
  75. ; Ask Windows to restart after installation.
  76.  
  77. [ComPort.CopyWin]
  78. winmodem.drv
  79. winmodem.exe
  80. ; this file will be copied in the SYSTEM\winmodem.101 directory
  81.  
  82. ;----------------------------------------------------------
  83. ; User readable strings
  84. [Strings]
  85. USR = "U.S. Robotics, Inc."
  86. Std = "U.S. Robotics, Inc."
  87. PortsClassName = "Winmodem"
  88. Winmodem.DeviceDesc ="Sportster Winmodem 33.6"
  89.  
  90.